home *** CD-ROM | disk | FTP | other *** search
/ PD ROM 1 / PD ROM Volume I - Macintosh Software from BMUG (1988).iso / Electronic Messages / Delphi Digests / Delphi Vol. 2 / Delphi 2.16 < prev    next >
Encoding:
Text File  |  1986-05-05  |  26.5 KB  |  593 lines  |  [TEXT/ttxt]

  1. del
  2.  Message 1270693 has been deleted.
  3.  
  4.  Message: 1271484, 574 lines
  5.  Posted: 10:46am EDT, Sun Apr 27/86, imported: 2:28pm EDT, Sun Apr 27/86
  6.  Subject: Delphi Mac Digest V2 #16
  7.  To: Peter_Johnston@UQV-MTS, MacTechnics User Group, Gavin Eadie, Abraham
  8.      Vanderspek
  9.  From: SHULMAN@RED.RUTGERS.EDU
  10.  
  11.  Delphi Mac Digest          Sunday, 27 Apr 1986      Volume 2 : Issue 16
  12.  
  13.  Today's Topics:
  14.       68000 Assembly Language Tools
  15.       RE: 68000 Assembly Language Tools (Re: Msg 7402)
  16.       RE: 68000 Assembly Language Tools (Re: Msg 7403)
  17.       RE: 68000 Assembly Language Tools (Re: Msg 7402)
  18.       RE: 68000 Assembly Language Tools (Re: Msg 7402)
  19.       'HOT' Tip!!!
  20.       Lightspeed C
  21.       TWO hard disks on Mac+
  22.       RE: Volumes 0.5 (Re: Msg 6735)
  23.       Interleave/DiskBench
  24.       Watch out for DataPak Software
  25.       Where's Sierra Info. Systems?
  26.       Re:  Hyperdrive Removal request
  27.       RE: Open Mac rumors cont'd (Re: Msg 7570)
  28.       MDS and Lightspeed C
  29.       Dollars & $ense
  30.       Is Mac Really Naked?
  31.       MS Word HELP!!!!
  32.  ----------------------------------------------------------------------
  33.  
  34.  From: GBL (7402)
  35.  Subject: 68000 Assembly Language Tools
  36.  Date: 17-APR 23:02 Developer's Corner
  37.  
  38.  I'm just finishing up a book on Mac assembly language. I thought I'd include
  39. -an
  40.  appendix on "Invaluable Development Tools" or something like that. I'd like to
  41.  include references to the most useful commercial and shareware utilities like
  42.  Fedit, ConCode, etc.
  43.  
  44.  I'd like to hear comments on what you feel are the best utilities for a 68000
  45.  programmer to have at hand.
  46.  
  47.  Thank you.
  48.  
  49.  ------------------------------
  50.  
  51.  From: PEABO (7403)
  52.  Subject: RE: 68000 Assembly Language Tools (Re: Msg 7402)
  53.  Date: 17-APR 23:40 Developer's Corner
  54.  
  55.  MacsBug (from Apple) or TMON (from ICOM simulations, a commercial product) are
  56.  a necessity for debugging.
  57.  
  58.  I'll also plug a public domain product of my own, TextDiff, which is
  59.  available in the Tools topic of the database here.  Over the years I
  60.  have come to depend of a good utility to compare successive versions
  61.  of source code for what changes took place, and that's what TextDiff
  62.  does.  Currently in beta test, but there will a another version out in
  63.  a little while with bug fixes and some nifty new features.
  64.  
  65.  peter
  66.  
  67.  ------------------------------
  68.  
  69.  From: RICFORD (7406)
  70.  Subject: RE: 68000 Assembly Language Tools (Re: Msg 7403)
  71.  Date: 18-APR 00:43 Developer's Corner
  72.  
  73.  I assume you've already included ResEdit and other Apple utilities. Other...
  74. -is
  75.  important for testing DA's, and I'd suggest a modem and Red Ryder as important
  76.  development tools...
  77.  
  78.  Ric
  79.  
  80.  ------------------------------
  81.  
  82.  From: LOFTUSBECKER (7407)
  83.  Subject: RE: 68000 Assembly Language Tools (Re: Msg 7402)
  84.  Date: 18-APR 07:43 Developer's Corner
  85.  
  86.          1. MDSMake (Shebanow).
  87.          2. BaseTool (32-bit hex/decimal/octal/binary converter)
  88.          3. TMON (debugger).
  89.  
  90.  ------------------------------
  91.  
  92.  From: JIMH (7411)
  93.  Subject: RE: 68000 Assembly Language Tools (Re: Msg 7402)
  94.  Date: 18-APR 19:07 Developer's Corner
  95.  
  96.  The best single tool for assembly language programming is TMON.  The best tool
  97.  to learn how to program in 68k ASM is MacNosy as theres no teacher like
  98.  examples.  jim
  99.  
  100.  ------------------------------
  101.  
  102.  From: MACINTOUCH (7408)
  103.  Subject: 'HOT' Tip!!!
  104.  Date: 18-APR 17:02 Business Mac
  105.  
  106.  I got a great piece of info today which confirms a previous rumor that I
  107. -posted
  108.  here....
  109.  
  110.  dBASE III+ will be out for the Macintosh in the last
  111.  quarter of this year.  My source at Ashton-Tate didn't
  112.  know whether the programs would be compatable between
  113.  the IBM and Mac but he assumed that the data would be.
  114.  
  115.  Josh Wachs - MacInTouch
  116.  
  117.  ------------------------------
  118.  
  119.  From: ASMCOR (7415)
  120.  Subject: Lightspeed C
  121.  Date: 19-APR 00:30 Programming
  122.  
  123.  All: Been playing with LightSpeed C, here are my first impressions:
  124.  I have been working in Megamax for a good year now, and I've been quite happy
  125.  with it, but LightSpeed is really going to spoil me... it's very easy to work
  126.  in.  I have a little application than I am using as a test bed for the List
  127.  Manager routines, to get them all working right so I can use them. It took me
  128. -a
  129.  couple of full evenings, I would guesstimate approximately 10 hours to get the
  130.  thing running in Megamax.  I wrote all the glue routines in assembly, and it
  131.  took about 6 of those hours.  Tonight, inside of three hours I was able to
  132.  convert the entire LIST application from Megamax to LightSpeed, and get it
  133.  running.  And that *includes* re-writing all the glue routines for Lightspeed,
  134.  which doesn't support inline assembly.  I used the little trick posted here
  135.  yesterday of declaring something like:
  136.  pascal  Boolean  Pack0() = 0xA9E7;
  137.  and using that to create the inline traps.  Works great.
  138.  
  139.  The turnaround in Lightspeed is very fast, and the error messages are
  140.  much clearer than Megamax. It also only gives you one error message at
  141.  a time, so it's less confusing, and it's more accurate at flagging the
  142.  line where the error actually occurs.  Interestingly, the LIST
  143.  application was 8930 bytes in Megamax, and 9744 in Lightspeed.  About
  144.  10% larger, but that may be because it's linking in more than it has
  145.  to.  I think the difference would be less in a more fully-fleshed
  146.  application.  Still, it is significant.  Jan
  147.  
  148.  ------------------------------
  149.  
  150.  From: JIMWEINRICH (7431)
  151.  Subject: TWO hard disks on Mac+
  152.  Date: 19-APR 14:34 Hardware & Peripherals
  153.  
  154.  Is it possible to put TWO hard disks onto a Mac+ in the following config: One
  155.  SCSI disk on the SCSI port; one old-style Mac hard disk on the serial port? If
  156.  so, is it also possible to put the imagewriter onto the back of the old style
  157.  disk (assuming of course the proper disk)? Thanks guys!
  158.  
  159.  ------------------------------
  160.  
  161.  From: MACLAIRD (7450)
  162.  Subject: RE: Volumes 0.5 (Re: Msg 6735)
  163.  Date: 20-APR 17:54 MUGS Online
  164.  
  165.  As an addendum to my earlier Forum message about Volumes:
  166.  
  167.  I reported a problem running MDS from a remote host over the AppleBus.
  168.  After applying patches to allow use of System 3.1.1, the applications
  169.  (Exec, Link, and PackSyms) began to work with Volumes 0.5 as well.
  170.  
  171.  These patches are described in the introductory notes to the "December 1985
  172.  Software Supplement Additions".  See the heading "MDS (Macintosh 68000
  173.  Development System) Update"; it's on the first page.
  174.  
  175.  One other difference was that I ran Volumes and MDS from a 5 megabyte
  176.  ProFile not shared with Lisa software.  I can't see how this should
  177.  make a difference.  Now, PackMacs.Txt has SFGetFile as an EQU.  Can
  178.  anyone explain how I can write a SFGetFile macro without completely
  179.  revising PackMacs.Txt?
  180.  
  181.  ------------------------------
  182.  
  183.  From: BRECHER (7507)
  184.  Subject: Interleave/DiskBench
  185.  Date: 22-APR 10:19 MUGS Online
  186.  
  187.  Which Interleave is best?
  188.  -------------------------
  189.  
  190.  Recently John Bass pointed out that 1:1 interleaving is sometimes
  191.  disadvantageous due to the frequency of logically-contiguous
  192.  single-sector requests.  He estimated that interleaving of
  193.  approximately 6:1 would be optimal for handling such requests.  I
  194.  tested that estimate by modifying DiskBench to issue 64 single-sector
  195.  requests on increasing sector addresses, in place of each prior 32KB
  196.  request. I ran this "SSDiskBench", as well as the original DiskBench,
  197.  on a MicahDrive at various interleaves; results were as follows (read
  198.  and write results were in all cases identical or nearly so, so I show
  199.  here only the read results):
  200.  
  201.  Interleave        SSDiskBench         DiskBench
  202.     1:1              6801                 507
  203.     2:1              7206                 812
  204.     3:1              7511                1116
  205.     4:1              7518                1523
  206.     5:1              6513                1827
  207.     6:1              2538                2233
  208.     7:1              2538                2537
  209.     8:1              2943                2943
  210.  
  211.  These results clearly confirm Bass's "about 6:1" estimate for optimal
  212.  handling of consecutive single-sector requests.  However, Bass claimed
  213.  that this is also the best system interleave -- i.e., that assuming
  214.  that all requests are single-sector is appropriate.  This is not to
  215.  say that Bass claims that ALL requests actually are single-sector --
  216.  just that such requests are so relatively frequent that the best
  217.  interleave is one which accommodates them.
  218.  
  219.  I gathered some statistics on the distribution of disk I/O requests by
  220.  writing a hook into _Read and _Write which records the size of each
  221.  request and the the sector (logical block) distance from the end of
  222.  the previous request to the start of the current request.  I invoked
  223.  this recorder, and then performed the following activities on a 512K
  224.  Mac, 128K ROMs, System 3.2b3, Finder 5.2, big TMON loaded, MicahDrive
  225.  HFS volume about 9MB full, starting in Finder with the disk directory
  226.  window open:
  227.  
  228.  Open folder; double-click MacWrite document; change document, quit
  229.  with save; close folder; open folder; double-click MacPaint document;
  230.  change document; quit with save; duplicate (Finder copy) 22K document;
  231.  close folder; open folder; open MDS Asm; use SFGetFile to select
  232.  document (go up, down, down in directory hierarchy); assemble;
  233.  transfer directly to Consulair Link 1.5; Link; quit to Finder; close
  234.  folder; open folder; double-click Excel worksheet document; change
  235.  worksheet; quit with save; close folder.
  236.  
  237.  Size of disk read/write requests, 512-byte sectors:
  238.  
  239.  Number of sectors       Number of requests      Sectors transferred (%)
  240.            1                     1785                    1785 (49%)
  241.            2                       16                      32
  242.            3                       16                      48
  243.            4                        6                      24
  244.            5                       23                     115
  245.            6                        8                      48
  246.            7                        3                      21
  247.            8                       22                     176
  248.            9                        4                      36
  249.           10                        2                      20
  250.           13                        1                      13
  251.           14                        9                     126
  252.           16                        1                      16
  253.           17                        2                      34
  254.           18                        2                      36
  255.           23                        1                      23
  256.           24                        1                      24
  257.           25                        1                      25
  258.           43                        1                      43
  259.           44                        3                     152
  260.           48                        1                      48
  261.           49                        1                      49
  262.           61                        1                      61
  263.           63                        4                     252 ( 7%)
  264.           70                        1                      70 ( 2%)
  265.          374 (Excel PCOD resource)  1                     374 (10%)
  266.                                  ----                    ----
  267.                                  1916 total requests     3651 total sectors
  268.  
  269.  Sector distance between chronologically consecutive requests (end of
  270.  request N-1 to start of request N; 0 means requests are physically
  271.  contiguous):
  272.  
  273.  Sector distance          Number of requests
  274.          0                       1060
  275.          1                         20
  276.          2                         13
  277.          3                         14
  278.          4                          5
  279.          5                          8
  280.  negative or 6 or more            796
  281.                                  ----
  282.                                  1916 total requests
  283.  
  284.  Clearly, consecutive single-sector requests predominate.  However,
  285.  this is not sufficient to establish the best interleave.  Consider:
  286.  for each consecutive single-sector request in a series, a 1:1 drive
  287.  takes about one disk revolution, and a 6:1 drive takes about one-third
  288.  of a revolution.  For a single 374-sector request, a 6:1 drive takes
  289.  about 124 revolutions; a 1:1 drive, about 21 revolutions.  Hence, in
  290.  terms of relative advantage, a single 374-sector request balances a
  291.  series of about 154 single-sector requests.  These calculations are
  292.  back-of-the envelope; the exact magnitude of the results is not the
  293.  issue.  The point is that a few big requests at 1:1 interleave can
  294.  offset the advantage of many contiguous single-sector requests at 6:1
  295.  interleave.
  296.  
  297.  So, whether 1:1 or 6:1/7:1 is better from the standpoint of getting the user
  298.  home quicker depends on the user's job mix.  To find out what kind of
  299.  activities favor interleaving or lack thereof, I wrote another _Read/_Write
  300.  hook.  Here, if the request started in the same cylinder in which the previous
  301.  request ended, and if there were five or fewer intervening logical sectors,
  302.  the relative advantage of 6:1 vs. 1:1 interleave was calculated and
  303.  cumulated.  And, the relative disadvantage of 6:1 in terms of sectors passing
  304.  under the heads during actual data transfer was calculated and cumulated.
  305.  The following is a general summary of the net winner by activity:
  306.  
  307.  Activity                                                Winner
  308.  
  309.  All launches--
  310.  (MacWrite, MacPaint, Excel, MDS Asm, Consulair Link)      1:1
  311.  Finder copies                                             1:1
  312.  MDS Assembly                                              1:1
  313.  Consulair Link                                            6:1
  314.  Opening/Saving Write/Paint documents                      6:1
  315.  
  316.  I presume that any backup program will do multi-sector requests, and therefore
  317.  would run faster with 1:1.
  318.  
  319.  In general, if the user does a lot of document opening/saving, then
  320.  the 6:1 or so interleave is better.  If he does a lot of
  321.  launching/quitting (launching Finder), file copying, etc., then 1:1 is
  322.  better.  It should be noted, though, that with a "normal" mix of
  323.  activities the perceived difference will not be great.  I've been
  324.  running the MicahDrive at 7:1 for a couple of days (previously 1:1);
  325.  the perceived throughput is not noticeably different. I clocked a few
  326.  different activities at both interleaves, and the difference was
  327.  typically a few percent one way or the other.
  328.  
  329.  
  330.  DiskBench
  331.  ---------
  332.  
  333.  DiskBench has been aptly criticized for not being a realistic measure
  334.  of normal user I/O patterns.  (To which I have previously responded
  335.  that it was a quick hack that was never advertised as realistic.)  In
  336.  light of the foregoing data, I'd like to make clear (especially to
  337.  non-technical readers) that the DiskBench data transfer tests measure
  338.  only performance on large multi-sector I/O requests, and that in "real
  339.  life" such requests comprise only about 20% or so of the total data
  340.  that goes back and forth between the Mac and the disk.  Hence,
  341.  DiskBench data transfer results are not necessarily representative of
  342.  relative performance in real use.  FOR WHAT THEY ARE WORTH, here is
  343.  the last set of results I will publish:
  344.  
  345.  The read data transfer test consists of 100 reads of 32KB from the beginning
  346. -of
  347.  the volume; the write data transfer test consists of 100 writes of 32KB to the
  348.  beginning of the volume.  The access time test consists of 40 repetitions of:
  349.  read 512 bytes from an offset of 1MB into the volume; read 512 bytes from the
  350.  beginning of the volume.
  351.  
  352.  Results on only one specimen should be regarded as provisional.
  353.  
  354.                                 Data transfer  Access   Tester
  355.                                ---- time ----   time
  356.                                Reads   Writes
  357.  
  358.   400K floppy drive, Apple      8756    11816    N/A    S. Brecher
  359.   400K floppy drive, Apple      N/A     12392    N/A    G. Frascadore
  360.   400K floppy drive, Apple      8796    11629    N/A    C. Nicolais
  361.   400K floppy drive, Apple      N/A     12351    N/A    R. Perez
  362.   800K floppy drive, SS, Apple  8758    11407    N/A    S. Brecher
  363.   800K floppy drive, SS, Apple  6842    11462    N/A    D. Etchells
  364.   800K floppy drive, SS, Apple  7544    11550    N/A    C. Nicolais
  365.   800K floppy drive, DS, Apple  7701    10874    N/A    S. Brecher
  366.   800K floppy drive, DS, Apple  7523    10913    N/A    N. Fong
  367.   800K floppy drive, DS, Apple  7737    10897    N/A    C. Nicolais
  368.   AST 4000, AST Research        1495     1533    159    KATZ, Mousehole BBS
  369.   AST 4000, AST Research        1495     1549    160    KATZ (second drive)
  370.   AST 4000, AST Research        1495     1537    169    KATZ (third drive)
  371.   Bernoulli Box, 5MB, Iomega    4174    24437     66    JCOM, Mousehole BBS
  372.   Corvus 45MB                  10080    16632    323    R. Scorer, Corvus
  373.   Corvus 126MB                  9822    16438    240    R. Scorer, Corvus
  374.   DASCH external RAMdisk        2482     2797    N/A    J. Eugenides
  375.   DataFrame 20, SuperMac        1319     2233    488    J. Bean
  376.   DataFrame 20, SuperMac        1344     2233    487    S. Brecher
  377.   DataFrame 20, SuperMac        1319     2233    446    L. Custer
  378.   Hard Disk 20, Apple           7029     7938    368    M. Chally
  379.   Hard Disk 20, Apple           7074     7871    368    N. Fong
  380.   Hard Disk 20, Apple           7054     7944    370    KATZ, Mousehole BBS
  381.   Hard Disk 20, Apple           9714     9718    263    R. Scorer
  382.   Hard Disk 20, Apple           9883     6948    368    R. Wiggins
  383.   HD-20, MDIdeas                1726     3260    446    S. Brecher
  384.   HD-30, MDIdeas                1749     3576    406    S. Brecher
  385.   HyperDrive 10, obsolete model 1591     1616    401    S. Brecher
  386.   HyperDrive 10, GCC (V2R1)     8000(?)  7982(?) 648(?) H. Conover
  387.   HyperDrive 10, GCC (V2R1)     7985(?)  6892(?) 485    R. Perez
  388.   HyperDrive 20, GCC (V2R1)     1703     1506    640(?) R. Ford
  389.   HyperDrive 20, GCC            1704     1506    241(?) W. Luckie
  390.   LoDOWN 10MB                   1504     1503    321    S. Brecher
  391.   LoDOWN 20MB                   1503     1504    242    M. Bohlig
  392.   MacBottom 10, v2.1, PCPC      4159     6897    686    M. O'Connor
  393.   MacBottom 10, v2.6, PCPC      4159     6897    608    S. Aronian
  394.   MacBottom 20, v2.1, PCPC      4110     6817    601    L. Becker
  395.   MacBottom 20, v2.6a, PCPC     4161     6901    657    S. Fischbach
  396.   MacDrive, Tecmar              6102     6704    440    L. Custer
  397.   MacDrive, 10MB Fixed, Tecmar  6017     6719    401    C. Nicolais
  398.   Macintosh XL, 10MB            3489     3589    370    MACLAIRD, Delphi
  399.   MagNet 20, Mirror Tech.      14539    14538    322    D. Etchells
  400.   MicahDrive 20 AT, Micah        508      507    488    S. Brecher
  401.   MicahDrive 20 AT, Micah        508      507    527    S. Harris
  402.   OverDrive 60/16MHz CPU, Levco 1102     1102    121    S. Brecher
  403.   Profile, 5MB, Lisa 2/5, Apple 4107     4407    721    MACLAIRD, Delphi
  404.   Quark QC-20                   6476     6488     82(?) R. Thacker
  405.   QuickDrive external RAMdisk   2411     2479     52    R. Bates
  406.   QuickDrive external RAMdisk   2466     2535     33    J. Eugenides
  407.   RamStart RAMdisk/Beck-Tech RAM 186      186    N/A    G. Frascadore
  408.   Warp 20, Warp Nine Engin'rng 14537    14537    321    G. Frascadore
  409.  
  410.  ------------------------------
  411.  
  412.  From: RICFORD (7531)
  413.  Subject: Watch out for DataPak Software
  414.  Date: 23-APR 11:00 Business Mac
  415.  
  416.  One of our subscribers, Peter Fleischhacker, reports that he purchased
  417.  Executive Office from DataPak software, only to find that it was
  418.  obnoxiously copy-protected, so that it cannot be used on a hard disk
  419.  or an 800K floppy; furthermore, it comes without any manual -- only a
  420.  promise to send one when it's ready.  So, Peter decided to return the
  421.  product.  The company would not accept it, or refund his money!  A few
  422.  days later, he called for technical support. This time they said that
  423.  everyone was busy on a project and that it wasn't possible to help
  424.  him. When asked when he _could_ get help, they replied they had no
  425.  idea!
  426.  
  427.  Our advice:  stay away from DataPak Software.
  428.  
  429.  Ric Ford
  430.  
  431.  "MacInTouch" newsletter
  432.  
  433.  ------------------------------
  434.  
  435.  From: RICFORD (7532)
  436.  Subject: Where's Sierra Info. Systems?
  437.  Date: 23-APR 11:02 Business Mac
  438.  
  439.  Does anyone know the status of Sierra Information Systems, the company
  440.  which was selling Accountant's Choice.  They seem to have disappeared,
  441.  at least as far as answering their phone goes.
  442.  
  443.  Ric Ford
  444.  
  445.  ------------------------------
  446.  
  447.  From: RDETCHELLS (7552)
  448.  Subject: Re:  Hyperdrive Removal request
  449.  Date: 24-APR 22:23 MUGS Online
  450.  
  451.  To:  Michael C. Adler
  452.  
  453.  All I've eveer known to do is to GENTLY pry the board-guides with a small
  454.  screwdriver, to release the board, allowing it to be removed in a downward
  455.  direction, rather than sliding it out.   --- David Etchells, DELPHI
  456.  
  457.  ------------------------------
  458.  
  459.  From: MOUSEKETEER (7581)
  460.  Subject: RE: Open Mac rumors cont'd (Re: Msg 7570)
  461.  Date: 26-APR 17:20 Macintosh In Fact
  462.  
  463.  Dear Ric,
  464.  
  465.  The Expandable Mac UGLY like the PC AT??  Don't worry!  I received a Kodak
  466.  Instant Print of the "artist's conception" of the unit this week from a secret
  467.  source at Cupertino, and really, it's kinda cute!  From the front, it looks a
  468.  lot like a normal Mac, but around 4 inches taller and 6 inches wider to allow
  469.  room for the new larger screen.  It's the side view that will take a bit of
  470.  getting used to.....
  471.  
  472.  
  473.              -------------------------*------------------------
  474.              |                                                 \
  475.              (                                                  \
  476.     FRONT    (                                                   \
  477.              (                                                    \
  478.              (                                                     \
  479.              (                                                      |
  480.              /                                                      |
  481.             /                                                       |
  482.             |        ----                               ----        |
  483.             |       -------                            ------       |
  484.              \-------------------------------------------------------
  485.  
  486.  Yep, the new Mac is just over two feet deep!  Seems the original specs
  487.  were worded a bit vaguely, and required a "Bus Mac", and while WE all
  488.  know they *meant* EXPANSION bus, the folks at that were thinking rather
  489.  literally.  It's code-named the GRUMMAC, after the company who builds the
  490.  boxy buses.  I'm told, also, that the little doo-dad at the top is a "pull
  491. -tab"
  492.  for access to the expansion "Chassis".
  493.  
  494.  Hope this helps,
  495.  
  496.  Alf
  497.  
  498.  ------------------------------
  499.  
  500.  From: ASMCOR (7586)
  501.  Subject: MDS and Lightspeed C
  502.  Date: 26-APR 20:59 Programming
  503.  
  504.  All-
  505.  
  506.  For what it's worth, i had my first experience trying to get some MDS
  507.  things linked into a Lightspeed C program.  I have not used MDS much,
  508.  so I had a little problem figuring out how to set up the file so that
  509.  the labels would be available, but once I had that right all went
  510.  smoothly. The RelConv program from lightspeed worked just fine to
  511.  convert the REL file into a Lightspeed library, and it linked in and
  512.  worked right.  So, it does work, for those who are wondering.
  513.  Jan
  514.  
  515.  ------------------------------
  516.  
  517.  From: PIZZAMAN (7591)
  518.  Subject: Dollars & $ense
  519.  Date: 26-APR 22:12 Bugs & Features
  520.  
  521.  Anyone get Dollars & $ense to work on an HD-20? I just bought a copy
  522.  to do some home finance stuff, and can't believe that this very
  523.  popular package is totally HD-20 incompatible. Could this be the case.
  524.  Even tried Hdutil with the patch. No luck. Hasn't there been an
  525.  upgrade since the origional release that wiwill let it be used with a
  526.  hard disk. They've added a file called "move to top", but this isn't
  527.  any better than just option control click finder. Any info available?
  528.  Barry
  529.  
  530.  ------------------------------
  531.  
  532.  From: MOUSEKETEER (7594)
  533.  Subject: Is Mac Really Naked?
  534.  Date: 26-APR 22:47 Telecommunicating
  535.  
  536.  I read an interesting book this morning, and am curious about how many here
  537.  might be interested in inviting the author to an online conference.  The book
  538.  is "THE CULT OF INFORMATION, The Folklore of Computers and the True Art of
  539.  Thinking" by Theodore Roszak (1986, Pantheon Books).
  540.  While it's rather expansive (perhaps too much so?), the book challenges the
  541.  computer's current status in our society, initially using as comparison the
  542.  figure of the Emperor and his New Clothes, suggesting that "Unburdened of
  543.  vainglorious ambition, dressed in more modest but palpable working clothes,
  544.  the computer, like the emperor in the fairy tale, may yet become a reasonably
  545.  valuable public servant."  Also, the author suggests that by giving an undue
  546.  importance to "information", which as been twisted to mean "knowledge", we
  547.  may be in danger of not teaching students how to actually think.
  548.  Surprisingly, the only two computer programs mentioned favorably in the book
  549.  are MacPaint and MacWrite.
  550.  While it would be impractical for everyone attending the conference to have
  551.  read the book, it might be possible to obtain the publisher's permission to
  552.  upload several selections for discussion.
  553.  
  554.  I will post on poll you may "vote" in to express interest (or non).
  555.  
  556.  Alf
  557.  
  558.  ------------------------------
  559.  
  560.  From: MACINTOUCH (7595)
  561.  Subject: MS Word HELP!!!!
  562.  Date: 26-APR 22:57 Business Mac
  563.  
  564.  I have an interesting problem using running heads with Microsoft word:
  565.  
  566.  Everytime I do it, it doesn't work.  (Pretty interesting, eh?)
  567.  
  568.  Anyway, here's the problem.  I do exactly as it says in the manual and I even
  569.  get the << sign in the left column but it NEVER shows up on the printout.  I
  570.  have it set for even and odd pages, at many different positions and NOTHING
  571.  works.  One weird thing does happen though: when I select and choose 'Running
  572.  Head' from the menu and select the choices, after I hit <ok>, the running head
  573.  in the document moves over 1.5 inches.  If I have the running head right
  574.  justified, it goes OFF the screen and center or left justified moves it to the
  575.  right, 1.5 inches!!
  576.  
  577.  Any and all help would be very appreciated since I have a 30 page
  578.  paper due Mon. am and it NEEDS running heads.  Of course I could print
  579.  it on with one of the typewriter things or whatever they're called...
  580.  
  581.  Thanks.
  582.  
  583.  josh
  584.  
  585.  ------------------------------
  586.  
  587.  End of Delphi Mac Digest
  588.  ************************
  589.  
  590.  -------
  591.  
  592.  Next, history, delete, reply, help, etc.?
  593. @